ProtectionForm: Add type hint to ::showLogExtract() header
authorDerick Alangi <alangiderick@gmail.com>
Sun, 10 Mar 2019 18:12:48 +0000 (19:12 +0100)
committerDerick Alangi <alangiderick@gmail.com>
Sun, 10 Mar 2019 18:12:48 +0000 (19:12 +0100)
commita6bd784b9ba15d48dd83cd46fd91d49eda77f994
tree4d5f8c604adc231336e4fa59cec9452200b01dc2
parent73f29466c496d8a3f3f0eddd5320a567ab0a6125
ProtectionForm: Add type hint to ::showLogExtract() header

https://codesearch.wmflabs.org/core/?q=showLogExtract%5C(&i=nope&files=&repos=
according to codesearch shows that this method takes as first argument an output
page object and also, objects are passed by reference by default so removed &.

Change-Id: I167ae6300b37d4e9292bd8ad14351f1ca35184d2
includes/ProtectionForm.php